home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / 32DOC.PAK / BDE32TOK.TXT < prev    next >
Text File  |  1997-05-06  |  2KB  |  38 lines

  1.                       Highlighting BDE API Code in BC 5.x
  2.                       -----------------------------------
  3.  
  4. Making use of the BDE32.TOK color syntax highlighting file:
  5.  
  6. 1. Copy the BDE32.TOK file from the \BDE32\DOC directory to the
  7.    \BC5\BIN (default) directory.
  8.  
  9. 2. To change the TOK file which the IDE uses, choose the menu command
  10.    "Options | Environment" and under Topics choose Editor | File. If
  11.    the Editor has a + sign to the left, click on the + sign to expand
  12.    the Editor options below it.
  13.  
  14. 3. In the Reserved Words window on the right the TOK files are listed.
  15.    Select the BDE32.TOK file.
  16.  
  17. How to set up the color schemes:
  18.  
  19. Once the BDE32.TOK file is selected, BDE functions still appear
  20. in the default color scheme.
  21.  
  22. 1. To change this, select "Options | Environment", and under Topics
  23.    choose "Syntax Highlighting | Customize" (click on it if necessary
  24.    to expand the options below it).
  25.  
  26. 2. In the Element window scroll down and select "Client 1" to modify
  27.    the color of functions, and "Client 2" to modify the color of the
  28.    data types. The Foreground and Background default boxes are checked.
  29.  
  30. 3. Choose from among the 16 colors in the Color window. Left click on a
  31.    color square to change the Forground Color to that color (a FG will
  32.    appear). Right click on a color square to change the Background Color
  33.    to that color (a BG will appear).
  34.  
  35. Notes:
  36.  
  37. You need to either exit the IDE or select another TOK file if you make
  38. any changes to the TOK file after it has been loaded to see the changes.